home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / DATA / nav walk death / OFFLINE.EXE / 0 / RCDATA / TFM_FINDDIALG / TFM_FINDDIALG.txt
Text File  |  1998-08-10  |  3KB  |  94 lines

  1. object FM_FindDialg: TFM_FindDialg
  2.   Left = 232
  3.   Top = 152
  4.   Width = 362
  5.   Height = 129
  6.   Caption = 'Find Text'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnActivate = FormActivate
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object LB_Find: TLabel
  16.     Left = 8
  17.     Top = 12
  18.     Width = 49
  19.     Height = 13
  20.     Caption = 'Find What'
  21.     FocusControl = ED_FindText
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object ED_FindText: TEdit
  29.     Left = 72
  30.     Top = 8
  31.     Width = 193
  32.     Height = 20
  33.     TabOrder = 0
  34.     OnKeyPress = ED_FindTextKeyPress
  35.   end
  36.   object BT_FindNext: TButton
  37.     Left = 272
  38.     Top = 6
  39.     Width = 73
  40.     Height = 25
  41.     Caption = '&Find Next'
  42.     TabOrder = 1
  43.     OnClick = BT_FindNextClick
  44.   end
  45.   object CHK_MatchCase: TCheckBox
  46.     Left = 8
  47.     Top = 72
  48.     Width = 97
  49.     Height = 17
  50.     Caption = 'Match &case'
  51.     TabOrder = 2
  52.   end
  53.   object BT_Close: TBitBtn
  54.     Left = 272
  55.     Top = 40
  56.     Width = 73
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 3
  62.     OnClick = BT_CloseClick
  63.   end
  64.   object MultLang1: TMultLang
  65.     Left = 96
  66.     Top = 40
  67.     Width = 145
  68.     Height = 22
  69.     Items.Strings = (
  70.       'English'
  71.       'Italian')
  72.     Text = 'English'
  73.     DefaultLanguage = 'English'
  74.     DisableBrowseAtRunTime = False
  75.     LanguagesData = {
  76.       06373239333532010001000000000007456E676C697368000001000000010007
  77.       4974616C69616E000000000100010000000A6E6F7420666F756E6421094D756C
  78.       744C616E673109236E6F74666F756E64FFFF0100010001000C6E6F6E2074726F
  79.       7661746F21094D756C744C616E673109236E6F74666F756E64FFFF0100010001
  80.       000543657263610D54464D5F46696E644469616C670743617074696F6EFFFF01
  81.       00010001000B436572636120546573746F074C425F46696E640743617074696F
  82.       6EFFFF01000100010007264176616E74690B42545F46696E644E657874074361
  83.       7074696F6EFFFF010001000100036D2D4D0D43484B5F4D617463684361736507
  84.       43617074696F6EFFFF0100010001000843616E63656C6C610842545F436C6F73
  85.       650743617074696F6EFFFF0100010000000946696E6420546578740D54464D5F
  86.       46696E644469616C670743617074696F6EFFFF0100010000000946696E642057
  87.       686174074C425F46696E640743617074696F6EFFFF0100010000000A2646696E
  88.       64204E6578740B42545F46696E644E6578740743617074696F6EFFFF01000100
  89.       00000B4D617463682026636173650D43484B5F4D617463684361736507436170
  90.       74696F6EFFFF0100010000000643616E63656C0842545F436C6F736507436170
  91.       74696F6EFFFF0000}
  92.   end
  93. end
  94.